home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 012a / lib194.zip / USERID.TXT < prev    next >
Text File  |  1992-11-10  |  788b  |  23 lines

  1. ----------
  2. USERID.TXT 
  3. ----------
  4. This is a short file used to show the use of USERID.BIN, written by XXXXXXXX.
  5.  
  6. This quick little routine is designed to check on your LAN for the userid of
  7. the current user. This can then allow you to use the information for a variety
  8. of purposes, by placing the returned value into a memory variable that you 
  9. can work with in your programs.
  10.  
  11. The easiest use of it, is with the function by Angus Scott-Fleming, in the
  12. file MISC.PRG in LIBXX.ZIP. This function (USERID()) will do the work for you.
  13.  
  14. The basics are:
  15.  
  16. LOAD USERID.BIN
  17. cTEMP = space(48)
  18. CALL USERID WITH cTEMP
  19. RELEASE MODULE cTEMP
  20.  
  21. Also note, if you are using version 1.5 of dBASE IV, this routine is completely
  22. unnecessary, as you can use the function ID(), instead.
  23.